home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 35 / pmtest.zip / FAILDLL.C < prev    next >
Text File  |  1989-11-30  |  415b  |  17 lines

  1.  
  2.  
  3.   /**************************************************************************/
  4.   /*           (C) Copyright 1989 Princeton Windowing Systems               */
  5.   /*                       All Rights Reserved                              */
  6.   /**************************************************************************/
  7.  
  8. #include <os2.h>
  9.  
  10.  
  11. USHORT EXPENTRY UTL_FailCase( VOID )
  12. {
  13. return( FALSE );
  14. }
  15.  
  16.  
  17.